configuration / chassis0 / slots / [SLOT-ID] / [gps167sv] / module / mrs / xmulti

CLI REST-API

alt-priority1

The submenu alt-priority1 (Alternative priority 1) contains the following:

Menus: none

Objects:
refclk0 (Refclk0)
refclk1 (Refclk1)
refclk2 (Refclk2)
refclk3 (Refclk3)
refclk4 (Refclk4)
refclk5 (Refclk5)
refclk6 (Refclk6)
refclk7 (Refclk7)
refclk8 (Refclk8)
refclk9 (Refclk9)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
PZF180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/xmulti/alt-priority1/refclk[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti/alt-priority1


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/mrs/xmulti/alt-priority1


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti/alt-priority1
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/mrs/xmulti/alt-priority1
-d "{
  \"objects\": \"new-values\"
}"